/* 基础样式 */
body{
	margin: 0;
	background-color: #ffffff;
	min-width: 1300px;
	padding-top: 30px;
	/*padding-top: 30px;*/
	/*min-width: 1300px;*/
}
h1, h2, h3 {
    margin: 0;
    font-size: 100%;
    font-weight: normal;
    /* display: block; */
    /* font-size: 1.5em; */
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    /* font-weight: bold; */
}
p{
	margin: 0;
}
/* 超出隐藏 */
.of_ellipsis{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* END-基础样式 */

/* 顶栏 */
.top_banner{
	top: 0px;
	/*position: fixed;*/
	position: absolute;
	z-index: 10;
	height: 135px;
	width: 100%;
	min-width: 1300px;
	background-color: rgba(76, 76, 76, 1);
}
/*欢迎条*/
.t_welcom{
	height: 35px;
	width: 100%;
	background-color: #545556;
	display: flex;
	justify-content: center;
}
/*欢迎条居中块*/
.t_w_center{
	position: relative;
	z-index: 990;
	font-size: 13px;
	width: 1300px;
	min-width: 1300px;
	/*background-color: #aaa;*/
	color: #ffffff;
	display: flex;
	background-color: #545556;
	align-items: center;
	justify-content: space-between;
}
/*欢迎条左方文本块*/
.t_w_c_left{
	/*width: 100%;*/
}
/*欢迎条右方文本块*/
.t_w_c_right{
	/*width: 100%;*/
	display: flex;
}
/*欢迎条图标*/
.t_w_c_r_icon{
	margin-right: 5px;
	margin-left: 18px;
}
/*导航栏块*/
.t_menu{
	height: 100px;
	width: 100%;
	display: flex;
	justify-content: center;
	/*background-color: #aaa;*/
}
/*导航栏居中块*/
.t_m_center{
	width: 1300px;
	height: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
/*导航栏logo盒子*/
.t_m_c_left{
	/*background-color: #bbb;*/
}
/*导航栏链接盒子*/
.t_m_c_right{
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	/*align-items: center;*/
	/*background-color: #bbb;*/
}
/*导航栏链接样式*/
.t_m_c_r_link{
	z-index: 900;
	position: relative;
	display: block;
	/*margin-top: 40px;*/
	width: 100px;
	height: 70px;
	line-height: 100px;
	text-align: center;
	text-decoration: none;
	margin-left: 18px;
	background-color: rgba(76, 76, 76, 1);

}
.t_m_c_r_link a{
	color: #ffffff;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
	background-color: rgba(76, 76, 76, 1);
}
.t_m_c_r_link:hover .t_m_c_r_down_menu{
	transform: translateY(0%);
}
.t_m_c_r_l_downm_enu{
	/*height: 100%;*/
	width: 64px;
}
/*导航栏选种样式*/
.t_m_c_r_l_active{
	color: #F13A3A;
	position: relative;
}
.t_m_c_r_l_active .t_m_c_r_menu_list{
	color: #F13A3A;
}
/**/
.t_m_c_r_down_menu{
	/*position: relative;*/
	z-index: -1;
	position: absolute;
	width: 100px;
	top: 100%;
	transition: 300ms;
	transform: translateY(-100%);
	/*margin-top: 10px;*/
	background-color: rgba(76, 76, 76, 1);
}
.t_m_c_r_d_menu_list{
	font-size: 12px;
	display: block;
	line-height: 36px;
	height: 36px;
	border-bottom: solid 1px #F13A3A;
}
.t_m_c_r_d_menu_list:last-child{
	border-style: none;
}
/*导航栏选中伪类样式*/
.t_m_c_r_l_active::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	border-style: none none solid none;
	left: 0px;
	bottom: 4px;
	border-width: 1.5px;
}
/* END-顶栏 */

/* 底栏 */
.bottom_banner{
	height: 379px;
	width: 100%;
	min-width: 1300px;
	/*background-color: #aaa;*/
	background-color: #252525;
}
.b_links{
	height: 100px;
	width: 100%;
	background-color: #303030;
	display: flex;
	justify-content: center;
}
.b_l_center{
	width: 1300px;
	height: 100%;
	/*background-color: #bbb;*/
	display: flex;
	color: #ffffff;
	align-items: center;
	/*justify-content: space-between;*/
}
.b_l_c_link{
	text-decoration: none;
	color: #ffffff;
	margin-left: 30px;
}
.b_detail{
	position: relative;
	width: 100%;
	height: 279px;
	background-color: #252525;
	display: flex;
	justify-content: center;
}
.b_d_center{
	width: 1300px;
	height: 100%;
	display: flex;
	align-items: center;
}
.b_d_c_logo{
	width: 100%;
}
.b_d_c_service{
	width: 100%;
	height: 192px;
	border-style: none solid none solid;
	box-sizing: border-box;
	border-width: 1px;
	border-color: #f4f4f4;
	padding: 0 120px 0;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: flex-start;
}
.b_d_c_content_us{
	width: 100%;
	height: 100%;

}
.b_d_c_s_title{
	width: 100%;
	height: 30px;
	font-size: 16px;
	font-weight: 900;
	color: #ffffff;
	margin-top: 30px;
	margin-bottom: 30px;
}
.b_d_c_s_link{
	/*height: 60px;*/
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-size: 13px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.b_d_c_c_center{
	font-size: 13px;
	/*width: 100%;*/
	height: 100%;
	/*background-color: #aaa;*/
	display: flex;
	margin-left: 70px;
	margin-right: 0px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	/*padding-left: 70px;*/
}
.b_d_c_c_c_title{
	/*margin-top: 60px;*/
	font-size: 16px;
	font-weight: 900;
	color: #ffffff;
	width: 100%;
	padding-bottom: 28px;
	/*height: 30px;*/
}
.b_d_c_c_c_phone_wechat{
	height: 50px;
	display: flex;
	flex-wrap: wrap;
	width: 50%;
	color: #ffffff;
	align-content: space-between;
}
.b_d_c_c_c_wechat_img{
	width: 50%;
	height: 50px;
	/*height: 100%;*/
	/*background-color: #bbb;*/
}
.b_d_c_c_c_paths{
	width: 100%;
	margin-top: 16px;
	color: #ffffff;
}
.b_d_c_c_c_wechat_img img{
	height: 100%;
}
.b_d_bottom_text{
	position: absolute;
	height: 40px;
	width: 100%;
	/*background-color: #fff;*/
	bottom: 0px;
	color: #ffffff;
	font-size: 13px;
	line-height: 40px;
	text-align: center;
}
.b_d_bottom_text a{
	text-decoration: none;
	color: #ffffff;
}
/* END-底栏 
/* 顶部图片 */
.top_image{
	position: relative;
	height: 400px;
	width: 100%;
	overflow: hidden;
/*	text-align: center;
	display: flex;*/
}
.t_img{
	height: 100%;
	margin-left: 50%;
	transform: translateX(-50%);
}
.t_center_box{
	pointer-events:none;
	position: absolute;
	width: 1300px;
	top: 50%;
	left: 50%;
	height: 98px;
	z-index: 10;
	transform:translateY(-50%) translateX(-50%);
}
.t_c_img{
	height: 100%;
}
.t_c_text{

	position: absolute;
	height: 100%;
	width: 100%;
	display: flex;
	/*flex-wrap: wrap;*/
}
.t_c_web_title{
	min-width: 100px;
	height: 100%;
}
.t_c_w_text{
	font-size: 36px;
	line-height: 60px;
	margin-left: 28px;
	color: #ffffff;
	font-weight: 900;
	position: relative;
}
.t_c_w_text::after{
	left: 8px;
	bottom: 0px;
	content: "";
	position: absolute;
	height: 4px;
	width: 54px;
	background-color: #ffffff;
}
.t_c_detail{
	height: 75px;
	min-width: 340px;
	display: flex;
	/*flex-wrap: wrap;*/
	flex-direction: column;
	/*align-items: center;*/
	/*align-content: center;*/
}
.t_c_d_text{
	margin-left: 20px;
	height: 100%;
	/*line-height: 40px;*/
	display: flex;
	align-items: center;
	font-size: 24px;
	color: #ffffff;
	font-weight: 300;
}
.web_path{
	height: 65px;
	width: 100%;
	display: flex;
	justify-content: center;
}
.w_center{
	width: 1300px;
	height: 65px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.w_c_l_links{
	text-decoration: none;
	font-size: 12px;
	margin-left: 10px;
	color: #333333;
}
.w_c_l_text{
	font-size: 12px;
	color: #333333;
	/*margin-left: 10px;*/
}
.w_c_search_input{
	height: 38px;
	width: 328px;
	border-width: 1px;
	box-sizing: border-box;
	border-style: solid;
	border-color: #b5b5b5;
}
.w_c_s_input{
	float: left;
	outline: none;
	text-indent: 10px;
	height: 100%;
	width: 290px;
	border-style: none;
	padding: 0;
	color: #333333;
}
.w_c_s_button{
	outline: none;
	float: left;
	height: 36px;
	width: 36px;
	background-color: #e60012;
	border-style: none;
	padding: 0;
}
/* 悬浮联系我们 */
.flex_block{
	position: fixed;
	z-index: 900;
	right: 0;
	top:50%;
	transform: translateY(-50%);
	/*background-color: #ddd;*/
	width: 60px;
	min-height:240px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.flex_b_list{
	width: 100%;
	height: 60px;
	position: relative;
}
.flex_block_list{
	display: block;
	position: relative;
	z-index: 100;
	cursor: pointer;
	width: 60px;
	height: 60px;
	background-color: #ff0000;
	/*border-radius: 4px;*/
	display: flex;
	justify-content: center;
	align-items: center;
}
.flex_block_list img{
	width: 60%;
	height: 60%;
}
.flex_block_hidden{
	white-space:nowrap; 
	/*overflow:hidden; */
	text-overflow:ellipsis;
	position: absolute;
	top: 0px;
	left:0%;
	transition: 300ms;
	border-radius: 4px;
	line-height: 60px;
	padding: 0 15px 0;
	height: 60px;
	width: auto;
	color: #ffffff;
	background-color: #ff0000;
}
.flex_block_hidden img{
	pointer-events: none;
	transition: 300ms;
	opacity: 0;
	width: 200px;
}
.flex_b_list:hover .flex_block_hidden{
		transform: translateX(-95%);
}
.flex_b_list:hover .flex_block_hidden img{
	opacity: 1;
}
/* 底部页面跳转 */
.n_n_bottom_link{
	margin-top: 100px;
	width: 100%;
	height: 30px;
	/*background-color: #aaa;*/
	display: flex;
	justify-content: center;
}
.n_n_b_a_link{
	font-size: 13px;
	text-decoration: none;
	line-height: 30px;
	display: block;
	/*background-color: #bbb;*/
	box-sizing: border-box;
	border-style: solid;
	border-width: 1px;
	border-color: #959595;
	padding: 0 15px 0;
	color: #bdbaba;
	margin-right: 2px;
}
.n_n_b_a_active{
	border-color: #ff0000;
	background-color: #ff0000;
	color: #ffffff;
}
.w_c_news_box{
	width: 168px;
	display: flex;
	justify-content: space-between;
	/*flex-wrap: wrap;*/
}
.w_c_news_list{
	text-decoration: none;
	display: block;
	width: 75px;
	height: 28px;
	line-height: 26px;
	box-sizing: border-box;
	border-style: solid;
	text-align: center;
	font-size: 12px;
	border-width: 1px;
	border-radius: 4px;
	color: #e60012;
	/*height: 65px;*/
}
.w_c_news_active{
	background-color: #e60012;
	color: #ffffff;
}
/* 多行文本超出隐藏 */
.text_outline_2{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.text_outline_3{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}